<!--
body
{
background-image: url("images/bg.gif");
color: rgb(0,0,0);
font-family: Times New Roman, serif;
}

#border
{
border-left: 1px solid black;
border-right: 3px solid black;
border-top: 1px solid black;
border-bottom: 3px solid black;
width: 800px;
}

text-align: left;
}

#img
{
border: none;
}

#gal
{
border-left: auto;
border-right: auto;
}
.carla 
{
float: right;
}

#head
{
background-color: rgb(159,176,227); 
}

#content
{
font-size: 100%;
background-image:url("images/bg.gif");
border-left-width: auto; 
border-right-width: auto;
border-top-width: 0px;
border-bottom-width:0px;
border-left-style: none;
border-right-style: none;
border-top-style: none; 
border-bottom-style: none;
padding-right: 50px;
text-align: left;
}

#menu
{
background-color: rgb(159,176,227);
color: rgb(159,176,227);
font-family:Georgia, serif;
font-style: normal;
margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
float: "left";
}

a.home
{
background-color: rgb(159,176,227);
color: rgb(43,160,70);
font-variant: normal;
text-transform: none;
font-weight: bold;
margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
border-color: rgb(28,162,149);
text-align: left;
}

#content a
{
color: rgb(42,74,156);
text-decoration: none;
}

#content a:hover, #content a:active
{
color: rgb(255,255,255);
}

h1, h2, h3, h4, h5, h6
{
font-family: Georgia, serif;
font-style: normal;
font-variant: bold;
text-transform: none;
font-weight: normal;
}

h1
{
font-size: 180%;
color: rgb(69,106,200);
}

h2
{
font-size: 110%;
color: rgb(69,106,200);
}

h3
{
font-size: 100%;
color: rgb(69,106,200);
}

h4
{
font-size: 95%;
color: rgb(69,106,200);
}

h5
{
font-size: 75%;
color: rgb(69,106,200);
}

h6
{
font-size: 65%;
color: rgb(69,106,200);
}

#menu a
{text-decoration: none;
}

/* layout */

#menu		{float: left; width:128px;}

.menuitem		{width: auto;}
#content		{margin-left: 25%; width: auto}

.menuitem		{display: block;}


@media print
{
#menu       {display: none;}

#content    {padding: 0px;}

#content a  {text-decoration: underline;}
}

-->